home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue71 / CSharp / CS / TDMWebLib / TDMWebLib.csproj < prev    next >
Encoding:
Text File  |  2001-05-12  |  3.7 KB  |  99 lines

  1. <VisualStudioProject>
  2.     <CSHARP ProjectType = "Local" >
  3.         <Build>
  4.             <Settings
  5.                 ApplicationIcon = ""
  6.                 ApplicationRoot = "true"
  7.                 AssemblyBuildNumber = "0"
  8.                 AssemblyCompany = ""
  9.                 AssemblyCopyright = ""
  10.                 AssemblyDescription = ""
  11.                 AssemblyKeyContainerName = ""
  12.                 AssemblyMajorVersion = "1"
  13.                 AssemblyMinorVersion = "0"
  14.                 AssemblyName = "TDMWebLib"
  15.                 AssemblyOriginatorKeyFile = ""
  16.                 AssemblyOriginatorKeyMode = "None"
  17.                 AssemblyProduct = ""
  18.                 AssemblyRevisionNumber = "0"
  19.                 AssemblyTitle = ""
  20.                 AssemblyTrademark = ""
  21.                 CLSCompliant = "true"
  22.                 DefaultClientScript = "JScript"
  23.                 DefaultDTCPlatform = "Server"
  24.                 DefaultHTMLPageLayout = "Linear"
  25.                 DefaultTargetSchema = "HTML32"
  26.                 DefaultServerScript = "VBScript"
  27.                 DefaultSessionState = "True"
  28.                 GenerateRevisionNumber = "true"
  29.                 NoStandardLibraries = "false"
  30.                 OutputType = "Library"
  31.                 OptionCompare = "Binary"
  32.                 OptionExplicit = "On"
  33.                 OptionStrict = "On"
  34.                 _RootNamespace = "TDMWebLib"
  35.                 StartupObject = ""
  36.             >
  37.                 <Config
  38.                     Name = "Debug"
  39.                     AllowUnsafeBlocks = "false"
  40.                     BaseAddress = "0"
  41.                     CheckForOverflowUnderflow = "false"
  42.                     DefineConstants = "DEBUG;TRACE"
  43.                     DefineDebug = "true"
  44.                     DefineTrace = "true"
  45.                     DocumentationFile = ""
  46.                     DebugSymbols = "true"
  47.                     IncrementalBuild = "false"
  48.                     NoLogo = "true"
  49.                     NoOutput = "false"
  50.                     Optimize = "false"
  51.                     OutputPath = "bin\Debug\"
  52.                     RemoveIntegerChecks = "false"
  53.                     TreatWarningsAsErrors = "false"
  54.                     WarningLevel = "4"
  55.                 />
  56.                 <Config
  57.                     Name = "Release"
  58.                     AllowUnsafeBlocks = "false"
  59.                     BaseAddress = "0"
  60.                     CheckForOverflowUnderflow = "false"
  61.                     DefineConstants = "TRACE"
  62.                     DefineDebug = "true"
  63.                     DefineTrace = "true"
  64.                     DocumentationFile = ""
  65.                     DebugSymbols = "false"
  66.                     IncrementalBuild = "false"
  67.                     NoLogo = "true"
  68.                     NoOutput = "false"
  69.                     Optimize = "true"
  70.                     OutputPath = "bin\Release\"
  71.                     RemoveIntegerChecks = "false"
  72.                     TreatWarningsAsErrors = "false"
  73.                     WarningLevel = "4"
  74.                 />
  75.             </Settings>
  76.             <References>
  77.                 <Reference Name = "mscorlib" />
  78.                 <Reference Name = "System" />
  79.                 <Reference Name = "System.Diagnostics" />
  80.                 <Reference Name = "System.Configuration" />
  81.             </References>
  82.         </Build>
  83.         <Files>
  84.             <Include>
  85.                 <File
  86.                     RelPath = "AssemblyInfo.cs"
  87.                     BuildAction = "Compile"
  88.                 />
  89.                 <File
  90.                     RelPath = "TDMWebLib.cs"
  91.                     SubType = "Code"
  92.                     BuildAction = "Compile"
  93.                 />
  94.             </Include>
  95.         </Files>
  96.     </CSHARP>
  97. </VisualStudioProject>
  98.  
  99.